home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / os20 / util / TaskE37_1.readme < prev    next >
Text File  |  1993-07-28  |  1KB  |  27 lines

  1. Short: Small, efficient task manager
  2. Type: os20/util
  3. Uploader: baynemd@nextwork.rose-hulman.edu
  4.  
  5.  TaskE is a task manager. It provides you with information on tasks
  6.  that are running on your Amiga. It also allows you to 'clean up' after
  7.  failed tasks by closing their windows and screens. Thirdly you can
  8.  attempt to remove tasks by sending them CTRL-C signals, and simply by
  9.  disabling them.
  10.  
  11.  Since the AmigaDOS/Exec combination does not provide resource tracking
  12.  and task management, we can only approximate such things with a program
  13.  like TaskE. You can remove a task with TaskE which will unload its code
  14.  from memory and you can close any screen and window resources the task
  15.  had open, but you cannot 'truly' kill a task with Exec, so any other
  16.  resources the task had open will still remain in 'limbo' until the
  17.  machine is rebooted.
  18.  
  19.  I developed TaskE because the other task management programs I had seen
  20.  available were not developed solely under 2.04 and with it's new look
  21.  and feel. Also, they provided a lot of information that I really didn't
  22.  find useful. TaskE is meant to be simple and functional. I hope you find
  23.  use for it in your development environment.
  24.  
  25.  Additionally, full source is included so that others might learn from it
  26.  and modify it to suit any specific needs they might have.
  27.